wayland: handle key up events earlier in deliver_key_event
authorRay Strode <rstrode@redhat.com>
Tue, 1 Mar 2016 13:49:27 +0000 (08:49 -0500)
committerRay Strode <rstrode@redhat.com>
Wed, 2 Mar 2016 18:07:12 +0000 (13:07 -0500)
commit551f1742f5c1a37f93a2239193b45779687b008d
treee5f811ee051594fc4751f1b2710c4b66305ee4f6
parent619799ba3bcc8525cc78b98c34e62a34e989f550
wayland: handle key up events earlier in deliver_key_event

We don't need the key repeat rate or anything like that when
handling key up events, so do key up events first before querying
for that information.

https://bugzilla.gnome.org/show_bug.cgi?id=757942
gdk/wayland/gdkdevice-wayland.c